From 6bd88cb30b36f31b9b8439c90b21b324f3199267 Mon Sep 17 00:00:00 2001 From: robertl Date: Thu, 5 May 2005 16:06:24 +0000 Subject: [PATCH] Add 'last found' and 'placer' to geocaching fields. --- gpsbabel/defs.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gpsbabel/defs.h b/gpsbabel/defs.h index efaedcab1..a5bef70a7 100644 --- a/gpsbabel/defs.h +++ b/gpsbabel/defs.h @@ -138,6 +138,8 @@ typedef struct { int diff; /* (multiplied by ten internally) */ int terr; /* (likewise) */ time_t exported; + time_t last_found; + char *placer; /* Placer name */ char *hint; /* all these UTF8, XML entities removed, May be not HTML. */ utf_string desc_short; utf_string desc_long; -- 2.30.2